home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / manage / dist.exe / DUNPACK.EZE / ACTION / SAMPLE2.ICF < prev    next >
Text File  |  1994-01-01  |  540b  |  17 lines

  1. ; --------------------------------------------------
  2. ; Example 2 of IniMaint Control File for DISTRIBUTOR
  3. ; --------------------------------------------------
  4. ;   This example will delete the INI line that has
  5. ;   "run=" defined under the [windows] heading in
  6. ;   the WIN.INI file.
  7. ; --------------------------------------------------
  8.  
  9. [ Delete Windows:Run ]
  10. file        =   c:\windows\win.ini
  11. backup      =   c:\windows\win.old
  12. heading     =   [windows]
  13. token       =   run
  14. action      =   delete
  15. type        =   complete
  16.  
  17.